home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / Flash / flash_template_8 / fp002.swf / scripts / DefineButton2_62 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-02-11  |  277 b   |  13 lines

  1. on(release){
  2.    loadVariables("txt/page5.txt",_root["interface"].textbox,"POST");
  3.    tellTarget("_root.interface.onselect")
  4.    {
  5.       gotoAndStop("5");
  6.       tellTarget("_root.interface.blind")
  7.       {
  8.          gotoAndStop("play");
  9.          play();
  10.       }
  11.    }
  12. }
  13.